Home:ALL Converter>DVB device node creation Linux Ubuntu

DVB device node creation Linux Ubuntu

Ask Time:2018-01-27T08:15:55         Author:DBB

Json Formatter

Hi I am trying to create a dvb frotnend for my device on ubuntu. I have created a device driver file that creates a dummy dvb file after looking at dummy_dvb_fe.c which is present in the linux kernel. For some reason when I insmod it I am not able to see anything in my /dev folder. Generally a device node under /dev/dvb/adapter should get created. I am not sure if any other files need to be changed for front end registeration. due to the lack of documentation I am not sure about the process of creating a dvb frontend device driver and registering it.

Author:DBB,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/48471331/dvb-device-node-creation-linux-ubuntu
yy